home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Genie
/
Projects
/
AEA
/
Source
/
Includes
/
AEARegistry.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-24
|
280 b
|
24 lines
/* =============
* AEARegistry.h
* =============
*/
#ifndef AEAREGISTRY_H
#define AEAREGISTRY_H
#include <AppleEvents.h>
#ifdef __cplusplus
extern "C" {
#endif
enum {typeModelToken = 'Modl'};
const AEDesc gNullDesc = {typeNull, NULL};
#ifdef __cplusplus
}
#endif
#endif